home *** CD-ROM | disk | FTP | other *** search
/ Freelog 119 / FreelogNo119-MarsAvril2014.iso / Systeme / Advanced_UninstallerPro / Advanced_Uninstaller11.exe / {app} / innoupd.exe / 0 / RCDATA / TFDIALOG / TFDIALOG.txt < prev   
Encoding:
Text File  |  2013-12-04  |  2.6 KB  |  132 lines

  1. object FDialog: TFDialog
  2.   Left = 269
  3.   Top = 215
  4.   Anchors = [akRight, akBottom]
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsNone
  7.   Caption = 'Innovative Solutions Updater'
  8.   ClientHeight = 154
  9.   ClientWidth = 384
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 130
  12.   Constraints.MinWidth = 400
  13.   Font.Charset = ANSI_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   Scaled = False
  21.   DesignSize = (
  22.     384
  23.     154)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object lab_message: TLabel
  27.     Left = 78
  28.     Top = 40
  29.     Width = 75
  30.     Height = 17
  31.     Caption = 'lab_message'
  32.     Color = clWhite
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -13
  36.     Font.Name = 'Segoe UI'
  37.     Font.Style = []
  38.     ParentColor = False
  39.     ParentFont = False
  40.   end
  41.   object nbIcons: TTeNotebook
  42.     Left = 7
  43.     Top = 34
  44.     Width = 48
  45.     Height = 48
  46.     Color = clWhite
  47.     PageIndex = 3
  48.     ParentColor = False
  49.     TabOrder = 0
  50.     object TTePage
  51.       Left = 0
  52.       Top = 0
  53.       Caption = 'mtConfirmation'
  54.       object Image1: TImage
  55.         Left = 0
  56.         Top = 0
  57.         Width = 48
  58.         Height = 48
  59.         AutoSize = True
  60.         Picture.Data = {<image000.bmp>}
  61.       end
  62.     end
  63.     object TTePage
  64.       Left = 0
  65.       Top = 0
  66.       Caption = 'mtError'
  67.       object Image2: TImage
  68.         Left = 0
  69.         Top = 0
  70.         Width = 48
  71.         Height = 48
  72.         AutoSize = True
  73.         Picture.Data = {<image001.bmp>}
  74.       end
  75.     end
  76.     object TTePage
  77.       Left = 0
  78.       Top = 0
  79.       Caption = 'mtInformation'
  80.       object Image3: TImage
  81.         Left = 0
  82.         Top = 0
  83.         Width = 48
  84.         Height = 48
  85.         AutoSize = True
  86.         Picture.Data = {<image002.bmp>}
  87.       end
  88.     end
  89.     object TTePage
  90.       Left = 0
  91.       Top = 0
  92.       Caption = 'mtWarning'
  93.       object Image4: TImage
  94.         Left = 0
  95.         Top = 0
  96.         Width = 48
  97.         Height = 48
  98.         AutoSize = True
  99.         Picture.Data = {<image003.bmp>}
  100.       end
  101.     end
  102.   end
  103.   object bOk: TDmxButton
  104.     Left = 223
  105.     Top = 112
  106.     Width = 73
  107.     Height = 33
  108.     OnClick = bOkClick
  109.     Anchors = [akRight, akBottom]
  110.     Caption = 'Ok'
  111.     Font.Charset = ANSI_CHARSET
  112.     Font.Color = clWhite
  113.     Font.Height = -13
  114.     Font.Name = 'Segoe UI'
  115.     Font.Style = []
  116.   end
  117.   object bCancel: TDmxButton
  118.     Left = 303
  119.     Top = 112
  120.     Width = 73
  121.     Height = 33
  122.     OnClick = bCancelClick
  123.     Anchors = [akRight, akBottom]
  124.     Caption = 'Cancel'
  125.     Font.Charset = ANSI_CHARSET
  126.     Font.Color = clWhite
  127.     Font.Height = -13
  128.     Font.Name = 'Segoe UI'
  129.     Font.Style = []
  130.   end
  131. end
  132.